GET /api/bet_types/61cddfb4-ef9e-4140-8e9a-5f816e9d3335/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61cddfb4-ef9e-4140-8e9a-5f816e9d3335",
    "match": "https://api-prod.gambitprofit.com/api/matches/7af35f96-ef62-4904-9866-04df58842455/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-12T09:23:03.761426-04: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": "LOS (L Lynn)",
                "amount": 5827.0
            },
            {
                "team": "SDG (M Wacha)",
                "amount": 4173.0
            }
        ],
        "expected_reward_tokens": 9556.17,
        "profit_sb": 56.17,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "23e9dd70-cbc3-47d9-9553-b642909b7d36",
            "gambit_id": "d75ea880-4701-43f1-aca8-eeb7074aa20a",
            "last_updated": "2023-09-13T19:13:21.446008-04:00",
            "created_at": "2023-09-12T09:23:03.770100-04:00",
            "name": "LOS (L Lynn)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61cddfb4-ef9e-4140-8e9a-5f816e9d3335/?format=api"
        },
        {
            "id": "8ef6ea91-fac6-420b-8022-3fcc4d18db96",
            "gambit_id": "4040b3f6-fec2-4281-84a3-8acafa3af054",
            "last_updated": "2023-09-13T19:13:21.442994-04:00",
            "created_at": "2023-09-12T09:23:03.765672-04:00",
            "name": "SDG (M Wacha)",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61cddfb4-ef9e-4140-8e9a-5f816e9d3335/?format=api"
        }
    ]
}