GET /api/bet_types/dbf52620-b550-4ba7-801c-b772a2f47ad0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dbf52620-b550-4ba7-801c-b772a2f47ad0",
    "match": "https://api-prod.gambitprofit.com/api/matches/43ac4a1c-6957-4d06-a1f5-7fb056dd3614/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-10T09:38:06.616526-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": "CLE (T McKenzie)",
                "amount": 5527.0
            },
            {
                "team": "HOU (J France)",
                "amount": 4473.0
            }
        ],
        "expected_reward_tokens": 9616.95,
        "profit_sb": 116.95,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "7ca55cd6-f33c-44a8-b7c5-642e7f1c4675",
            "gambit_id": "368e4caf-606d-4c6f-9ce9-35fe947601ca",
            "last_updated": "2023-06-11T10:28:01.626405-04:00",
            "created_at": "2023-06-10T09:38:06.622960-04:00",
            "name": "CLE (T McKenzie)",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbf52620-b550-4ba7-801c-b772a2f47ad0/?format=api"
        },
        {
            "id": "a0b9e561-1eb5-4129-99b1-416cc68e2531",
            "gambit_id": "326b1746-4d1a-499e-8e1d-aeb2e0dd548d",
            "last_updated": "2023-06-11T10:28:01.624707-04:00",
            "created_at": "2023-06-10T09:38:06.619809-04:00",
            "name": "HOU (J France)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbf52620-b550-4ba7-801c-b772a2f47ad0/?format=api"
        }
    ]
}