GET /api/bet_types/e9769de1-3a16-4a48-81d8-16f53dcc1cd7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9769de1-3a16-4a48-81d8-16f53dcc1cd7",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf78e808-a77c-4fa0-a2ac-177f6cf18515/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Philadelphia Eagles",
                "amount": 6482.0
            },
            {
                "team": "Tennessee Titans",
                "amount": 3518.0
            }
        ],
        "expected_reward_tokens": 9074.8,
        "profit_sb": 74.8,
        "profit_sb_percentage": 0.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "b9b9a03f-ad2d-47a6-85b9-bd3c9715f6ef",
            "gambit_id": "413a8d05-6460-4f06-b0b1-701a440cfe18",
            "last_updated": "2022-12-05T15:37:08.220566-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9769de1-3a16-4a48-81d8-16f53dcc1cd7/?format=api"
        },
        {
            "id": "c6176527-71a2-4499-80b4-d801feebe712",
            "gambit_id": "03d7285a-62f1-4b95-937a-90786584104a",
            "last_updated": "2022-12-05T15:37:08.221776-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee Titans",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9769de1-3a16-4a48-81d8-16f53dcc1cd7/?format=api"
        }
    ]
}