GET /api/bet_types/d14febd5-7a7b-4d78-bcf7-8d4c605cc313/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d14febd5-7a7b-4d78-bcf7-8d4c605cc313",
    "match": "https://api-prod.gambitprofit.com/api/matches/818881f9-4102-4dee-902c-a42a4a62d1d1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-25T08:38:08.468876-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": "MIL (B Woodruff)",
                "amount": 5196.0
            },
            {
                "team": "SDG (Y Darvish)",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 9559.96,
        "profit_sb": 59.96,
        "profit_sb_percentage": 0.63,
        "recommended": true
    },
    "lines": [
        {
            "id": "a5caa9f0-d187-4982-8fc4-a865e299ec3f",
            "gambit_id": "12f5bbf3-666c-40ef-a87b-633685e80c50",
            "last_updated": "2023-08-28T18:28:30.312528-04:00",
            "created_at": "2023-08-25T08:38:08.476560-04:00",
            "name": "MIL (B Woodruff)",
            "reward": "1.84000",
            "odds": "1.87720",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d14febd5-7a7b-4d78-bcf7-8d4c605cc313/?format=api"
        },
        {
            "id": "a33cca63-e78f-46bc-99c0-a22d8061c2c6",
            "gambit_id": "0172abe2-c5ed-4fc2-a897-175399e4d842",
            "last_updated": "2023-08-28T18:28:30.308978-04:00",
            "created_at": "2023-08-25T08:38:08.472431-04:00",
            "name": "SDG (Y Darvish)",
            "reward": "1.99000",
            "odds": "2.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d14febd5-7a7b-4d78-bcf7-8d4c605cc313/?format=api"
        }
    ]
}