GET /api/bet_types/ef4cefae-d69b-4f5b-9ad4-36da0370edc1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef4cefae-d69b-4f5b-9ad4-36da0370edc1",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea640e7b-df5b-4787-a906-663e13082766/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-29T23:47:14.653888-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": "DET",
                "amount": 5107.0
            },
            {
                "team": "TAM",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "423073eb-4fee-4264-a49b-8e77c62f27d7",
            "gambit_id": "b23c3a80-d266-408e-9f78-12fb3466839d",
            "last_updated": "2023-03-31T10:52:11.803740-04:00",
            "created_at": "2023-03-29T23:47:14.660390-04:00",
            "name": "DET",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef4cefae-d69b-4f5b-9ad4-36da0370edc1/?format=api"
        },
        {
            "id": "02c4dd6f-aaa6-48e4-8445-ad0804d26bf2",
            "gambit_id": "accbfcc1-4757-464b-94e4-83231304d76c",
            "last_updated": "2023-03-31T10:52:11.801836-04:00",
            "created_at": "2023-03-29T23:47:14.656694-04:00",
            "name": "TAM",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef4cefae-d69b-4f5b-9ad4-36da0370edc1/?format=api"
        }
    ]
}