GET /api/bet_types/a5caeed2-3141-42a7-9a90-465006ba3553/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5caeed2-3141-42a7-9a90-465006ba3553",
    "match": "https://api-prod.gambitprofit.com/api/matches/27bfee8a-d597-4979-9b9f-9229f7775899/?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": "SEA (L Gilbert)",
                "amount": 5801.0
            },
            {
                "team": "DET (ED Rodriguez)",
                "amount": 4199.0
            }
        ],
        "expected_reward_tokens": 9279.79,
        "profit_sb": 279.79,
        "profit_sb_percentage": 3.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "34338bf4-9f85-44e6-b8ff-6cab53bbdce8",
            "gambit_id": "ceaa10c8-b1c7-407d-a3c8-732ae536ba56",
            "last_updated": "2022-09-02T09:07:07.719432-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA (L Gilbert)",
            "reward": "1.60000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5caeed2-3141-42a7-9a90-465006ba3553/?format=api"
        },
        {
            "id": "f7c4dfb8-004c-487e-8734-32aca112fac7",
            "gambit_id": "9e6e7806-31f2-46f5-9dc0-6c8aed5ff8a8",
            "last_updated": "2022-09-02T09:07:07.718926-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET (ED Rodriguez)",
            "reward": "2.21000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5caeed2-3141-42a7-9a90-465006ba3553/?format=api"
        }
    ]
}