GET /api/bet_types/8c75c318-bb0d-4aef-9654-9a7ccdf2b031/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c75c318-bb0d-4aef-9654-9a7ccdf2b031",
    "match": "https://api-prod.gambitprofit.com/api/matches/856cd9b5-8fba-4655-ab07-b26bc7b543df/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-12T09:03:12.602109-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": "TAM (Z Eflin)",
                "amount": 6927.0
            },
            {
                "team": "OAK (J Kaprielian)",
                "amount": 3073.0
            }
        ],
        "expected_reward_tokens": 9557.03,
        "profit_sb": 57.03,
        "profit_sb_percentage": 0.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "baa7bb55-cd5a-4f1b-b7e7-884ab859ca31",
            "gambit_id": "beefff5d-38f9-4693-9b5f-f13288dfc59e",
            "last_updated": "2023-06-13T11:03:15.246812-04:00",
            "created_at": "2023-06-12T09:03:12.604302-04:00",
            "name": "TAM (Z Eflin)",
            "reward": "1.38000",
            "odds": "1.39220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c75c318-bb0d-4aef-9654-9a7ccdf2b031/?format=api"
        },
        {
            "id": "0d3d4aa8-3e47-4697-9130-9127138b54f3",
            "gambit_id": "d18a1375-5942-4f98-907e-cfecfd6e2a96",
            "last_updated": "2023-06-13T11:03:15.248601-04:00",
            "created_at": "2023-06-12T09:03:12.606510-04:00",
            "name": "OAK (J Kaprielian)",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c75c318-bb0d-4aef-9654-9a7ccdf2b031/?format=api"
        }
    ]
}