GET /api/bet_types/14b0500b-6039-4e2a-aa66-04d81fbf230a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14b0500b-6039-4e2a-aa66-04d81fbf230a",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b8384cc-0455-487e-af20-a09d3f7591c1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-14T10:57:06.042036-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": "MIN (L Varland)",
                "amount": 5615.0
            },
            {
                "team": "CHC (M Stroman)",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9601.65,
        "profit_sb": 101.65,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "0e406162-8a3c-4541-ab34-b679bba4ac96",
            "gambit_id": "76c591e2-568d-453e-8067-575dd5e310e8",
            "last_updated": "2023-05-15T11:36:59.737973-04:00",
            "created_at": "2023-05-14T10:57:06.044251-04:00",
            "name": "MIN (L Varland)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14b0500b-6039-4e2a-aa66-04d81fbf230a/?format=api"
        },
        {
            "id": "576ae7d1-9835-4f85-9abc-5ab2ac789291",
            "gambit_id": "ce359a0d-4c50-4c71-a1bc-8c67af7e2b5d",
            "last_updated": "2023-05-15T11:36:59.736598-04:00",
            "created_at": "2023-05-14T10:57:06.047100-04:00",
            "name": "CHC (M Stroman)",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14b0500b-6039-4e2a-aa66-04d81fbf230a/?format=api"
        }
    ]
}