GET /api/bet_types/f14c2aa2-8049-4495-82ae-9d9cc61b716d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f14c2aa2-8049-4495-82ae-9d9cc61b716d",
    "match": "https://api-prod.gambitprofit.com/api/matches/06fadaa9-e87e-4320-bfdc-f8abb6edc67d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-03T11:22:11.474526-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",
                "amount": 6241.0
            },
            {
                "team": "BOS",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "46b85444-7929-46b0-bf30-7852724a316d",
            "gambit_id": "c7fc789f-d708-46b3-b881-f99ec5616f3f",
            "last_updated": "2023-06-05T10:57:21.875949-04:00",
            "created_at": "2023-06-03T11:22:11.477125-04:00",
            "name": "TAM",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f14c2aa2-8049-4495-82ae-9d9cc61b716d/?format=api"
        },
        {
            "id": "a5f6c0d2-f19f-4ce5-a5d9-d4d55baefc44",
            "gambit_id": "b626edba-04d9-4173-af23-8dac397fcc0e",
            "last_updated": "2023-06-05T10:57:21.879579-04:00",
            "created_at": "2023-06-03T11:22:11.479877-04:00",
            "name": "BOS",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f14c2aa2-8049-4495-82ae-9d9cc61b716d/?format=api"
        }
    ]
}