GET /api/bet_types/97cc825f-f5e4-4157-a291-0d17eff8be9f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97cc825f-f5e4-4157-a291-0d17eff8be9f",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab68a585-cb99-45ff-823b-af5ff5a93fe7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-19T14:08:07.240114-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": "Aljamain Sterling",
                "amount": 6602.0
            },
            {
                "team": "Sean O'Malley",
                "amount": 3398.0
            }
        ],
        "expected_reward_tokens": 9242.56,
        "profit_sb": -257.44,
        "profit_sb_percentage": -2.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "79739dd5-0fa4-4cea-bc89-cdb62db91e59",
            "gambit_id": "9eee31be-5d9c-44c9-8b2e-e860653c4edc",
            "last_updated": "2023-08-22T09:32:59.421848-04:00",
            "created_at": "2023-08-19T14:08:07.252239-04:00",
            "name": "Aljamain Sterling",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97cc825f-f5e4-4157-a291-0d17eff8be9f/?format=api"
        },
        {
            "id": "bb3c280a-7c4a-4bbc-ae35-1d254365af24",
            "gambit_id": "efbc8aaa-fc7f-4706-8f4b-9d46480341cd",
            "last_updated": "2023-08-22T09:32:59.418550-04:00",
            "created_at": "2023-08-19T14:08:07.245470-04:00",
            "name": "Sean O'Malley",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97cc825f-f5e4-4157-a291-0d17eff8be9f/?format=api"
        }
    ]
}