GET /api/bet_types/1cb50af9-0fc2-441f-b8b7-ced2e2d27774/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1cb50af9-0fc2-441f-b8b7-ced2e2d27774",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b15726c-6c12-4c73-8607-e9edfba9c078/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-28T11:22:20.451565-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": "MIL (W Miley)",
                "amount": 5615.0
            },
            {
                "team": "LAA (T Anderson)",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9601.65,
        "profit_sb": 101.65,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "dc9239a8-8b9f-45d4-8524-040457606021",
            "gambit_id": "8daadea3-582c-46b8-b8b1-d167e3cd7928",
            "last_updated": "2023-04-29T16:52:07.505106-04:00",
            "created_at": "2023-04-28T11:22:20.452810-04:00",
            "name": "MIL (W Miley)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cb50af9-0fc2-441f-b8b7-ced2e2d27774/?format=api"
        },
        {
            "id": "3111db89-869e-452a-960c-8be5ad6ce62a",
            "gambit_id": "b2241b49-7a74-4b10-8913-4d0cfb674077",
            "last_updated": "2023-04-29T16:52:07.506317-04:00",
            "created_at": "2023-04-28T11:22:20.454226-04:00",
            "name": "LAA (T Anderson)",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cb50af9-0fc2-441f-b8b7-ced2e2d27774/?format=api"
        }
    ]
}