GET /api/bet_types/45ecf1b6-a118-49df-9b1b-92adc67724b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "45ecf1b6-a118-49df-9b1b-92adc67724b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/44a7deff-0450-4964-802e-f3a58b0f864f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-05T11:47:04.349925-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": "KAN (B Keller)",
                "amount": 5638.0
            },
            {
                "team": "OAK (K Muller)",
                "amount": 4362.0
            }
        ],
        "expected_reward_tokens": 9640.02,
        "profit_sb": 140.02,
        "profit_sb_percentage": 1.47,
        "recommended": true
    },
    "lines": [
        {
            "id": "243410f2-821b-44be-bd75-9898b61f2861",
            "gambit_id": "19f6d5b7-7ec0-4c9b-a68a-07eb462c8ddc",
            "last_updated": "2023-05-06T11:52:01.377336-04:00",
            "created_at": "2023-05-05T11:47:04.352080-04:00",
            "name": "KAN (B Keller)",
            "reward": "1.71000",
            "odds": "1.73530",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45ecf1b6-a118-49df-9b1b-92adc67724b2/?format=api"
        },
        {
            "id": "946e3d00-dc12-4753-8828-c00e32f8ed2c",
            "gambit_id": "cb52996b-a439-4421-9098-ddfb61640d70",
            "last_updated": "2023-05-06T11:52:01.378800-04:00",
            "created_at": "2023-05-05T11:47:04.354292-04:00",
            "name": "OAK (K Muller)",
            "reward": "2.21000",
            "odds": "2.26000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45ecf1b6-a118-49df-9b1b-92adc67724b2/?format=api"
        }
    ]
}