GET /api/bet_types/84bc86b9-f6e3-4570-b889-34d4c9e09d5c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "84bc86b9-f6e3-4570-b889-34d4c9e09d5c",
    "match": "https://api-prod.gambitprofit.com/api/matches/078a212c-020f-4825-8f15-b1f662d81886/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "Wake Forest",
                "amount": 6266.0
            },
            {
                "team": "North Carolina",
                "amount": 3734.0
            }
        ],
        "expected_reward_tokens": 9148.3,
        "profit_sb": 148.3,
        "profit_sb_percentage": 1.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "a2f6252a-d6ef-4c12-a03f-5589fb9bd220",
            "gambit_id": "4c5f70fd-2369-45cc-bc85-21f4a778b5f5",
            "last_updated": "2022-11-14T09:33:44.292338-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wake Forest",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84bc86b9-f6e3-4570-b889-34d4c9e09d5c/?format=api"
        },
        {
            "id": "42981f65-e2f2-4d6d-8576-bd088eff674d",
            "gambit_id": "af68c4ac-eaf0-449b-b26e-e559083ce642",
            "last_updated": "2022-11-14T09:33:44.293331-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Carolina",
            "reward": "2.45000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84bc86b9-f6e3-4570-b889-34d4c9e09d5c/?format=api"
        }
    ]
}