GET /api/bet_types/591adaac-e8d9-4479-80f3-33d1dee1e9f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "591adaac-e8d9-4479-80f3-33d1dee1e9f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b3a8868-ea1b-4ee8-b996-f04175959453/?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": "LAA (S Ohtani)",
                "amount": 6016.0
            },
            {
                "team": "MIN (L Varland)",
                "amount": 3984.0
            }
        ],
        "expected_reward_tokens": 9203.04,
        "profit_sb": 203.04,
        "profit_sb_percentage": 2.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "1fbd7b47-4f5e-429a-b2ac-3eb2d47ae956",
            "gambit_id": "a40c407c-90d1-4b57-b2b5-9d6d3b24724b",
            "last_updated": "2022-09-24T21:12:27.154242-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA (S Ohtani)",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/591adaac-e8d9-4479-80f3-33d1dee1e9f2/?format=api"
        },
        {
            "id": "2424c326-e1c2-4af8-93d3-17bfb8a28ede",
            "gambit_id": "d6244b01-e857-40db-95f7-88789559b544",
            "last_updated": "2022-09-24T21:12:27.153228-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN (L Varland)",
            "reward": "2.31000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/591adaac-e8d9-4479-80f3-33d1dee1e9f2/?format=api"
        }
    ]
}