GET /api/bet_types/4c927940-dd4f-46a8-9d9a-89a922b929c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c927940-dd4f-46a8-9d9a-89a922b929c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6aaa2d6-4bf3-4801-9a00-0af12a056549/?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": "NYM (C Bassitt)",
                "amount": 7275.0
            },
            {
                "team": "COL (C Kuhl)",
                "amount": 2725.0
            }
        ],
        "expected_reward_tokens": 9237.75,
        "profit_sb": 237.75,
        "profit_sb_percentage": 2.64,
        "recommended": true
    },
    "lines": [
        {
            "id": "2e0b5046-0039-4914-a152-9b9744c0e637",
            "gambit_id": "99546794-189e-46b0-b610-711983dfe498",
            "last_updated": "2022-08-27T12:37:02.809029-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (C Bassitt)",
            "reward": "1.27000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c927940-dd4f-46a8-9d9a-89a922b929c3/?format=api"
        },
        {
            "id": "757cbe43-e972-4f43-8bae-0bc07b256023",
            "gambit_id": "eb79746b-99d8-4548-8674-eb248618ab93",
            "last_updated": "2022-08-27T12:37:02.809475-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (C Kuhl)",
            "reward": "3.39000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c927940-dd4f-46a8-9d9a-89a922b929c3/?format=api"
        }
    ]
}