GET /api/bet_types/13b92b60-dfce-4eac-8ffc-b4282f9f3e12/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "13b92b60-dfce-4eac-8ffc-b4282f9f3e12",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ebb97ed-9de0-4c92-838f-5feac6dfc749/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-27T14:02:16.902695-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": "SEA (L Castillo)",
                "amount": 6620.0
            },
            {
                "team": "PIT (V Velasquez)",
                "amount": 3380.0
            }
        ],
        "expected_reward_tokens": 9531.6,
        "profit_sb": 31.6,
        "profit_sb_percentage": 0.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "461214a8-6c77-4449-8f5a-7cb1b140f297",
            "gambit_id": "b6c4c4cf-82c2-41dc-979d-059d69aaf633",
            "last_updated": "2023-05-29T11:47:22.017194-04:00",
            "created_at": "2023-05-27T14:02:16.908210-04:00",
            "name": "SEA (L Castillo)",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13b92b60-dfce-4eac-8ffc-b4282f9f3e12/?format=api"
        },
        {
            "id": "27e4584a-c7d3-4bd7-8ecf-d5a5f8337f65",
            "gambit_id": "0e5802d2-b5b4-4703-b53a-15a8fbbff550",
            "last_updated": "2023-05-29T11:47:22.021132-04:00",
            "created_at": "2023-05-27T14:02:16.905237-04:00",
            "name": "PIT (V Velasquez)",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13b92b60-dfce-4eac-8ffc-b4282f9f3e12/?format=api"
        }
    ]
}