GET /api/bet_types/0dfdfaaa-af11-4158-8849-b3682e547b6b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0dfdfaaa-af11-4158-8849-b3682e547b6b",
    "match": "https://api-prod.gambitprofit.com/api/matches/64a4afc4-ee0c-4442-9386-7fee31320e90/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-16T10:23:22.601219-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": "SFO (R Walker)",
                "amount": 5222.0
            },
            {
                "team": "TAM (A Civale)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "22967218-1496-426e-b826-572755b8f30c",
            "gambit_id": "8614228c-7747-4bf4-b638-79c51457221a",
            "last_updated": "2023-08-18T10:18:05.732529-04:00",
            "created_at": "2023-08-16T10:23:22.608410-04:00",
            "name": "SFO (R Walker)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dfdfaaa-af11-4158-8849-b3682e547b6b/?format=api"
        },
        {
            "id": "2d651739-4286-4363-bffe-0063b8c4c3be",
            "gambit_id": "1164fc1c-0021-4111-be4e-ad7d1bb439d3",
            "last_updated": "2023-08-18T10:18:05.736496-04:00",
            "created_at": "2023-08-16T10:23:22.616352-04:00",
            "name": "TAM (A Civale)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dfdfaaa-af11-4158-8849-b3682e547b6b/?format=api"
        }
    ]
}