GET /api/bet_types/6bf6dd0c-9fd2-4c5c-859c-5843c8bfac00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6bf6dd0c-9fd2-4c5c-859c-5843c8bfac00",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e831585-2a3c-4658-a891-39fe46933e41/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-20T15:27:08.859745-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": "Isaac Doolittle",
                "amount": 5204.0
            },
            {
                "team": "Jake Bostwick",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": -340.96,
        "profit_sb_percentage": -3.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "c8b538ae-0ecd-414e-ba96-be4f285c2f9e",
            "gambit_id": "74a64b95-56a9-4d74-b09b-2eb993591dc2",
            "last_updated": "2023-04-28T19:57:22.647536-04:00",
            "created_at": "2023-04-20T15:27:08.862031-04:00",
            "name": "Isaac Doolittle",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bf6dd0c-9fd2-4c5c-859c-5843c8bfac00/?format=api"
        },
        {
            "id": "53bbaaac-4bf4-41cb-96d5-98b2622e7ce2",
            "gambit_id": "0c6b054e-981b-49c8-8bb0-15177af0af3b",
            "last_updated": "2023-04-28T19:57:22.649335-04:00",
            "created_at": "2023-04-20T15:27:08.865956-04:00",
            "name": "Jake Bostwick",
            "reward": "1.91000",
            "odds": "1.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bf6dd0c-9fd2-4c5c-859c-5843c8bfac00/?format=api"
        }
    ]
}