GET /api/bet_types/24f4b8c9-4f72-47bf-b091-ed3e0c656b0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24f4b8c9-4f72-47bf-b091-ed3e0c656b0e",
    "match": "https://api-prod.gambitprofit.com/api/matches/21d8c502-77ae-411c-ab0a-93433f8803ec/?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": "Pittsburgh",
                "amount": 6482.0
            },
            {
                "team": "Virginia",
                "amount": 3518.0
            }
        ],
        "expected_reward_tokens": 9074.8,
        "profit_sb": 74.8,
        "profit_sb_percentage": 0.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "e642177c-f22e-4fca-af8b-4cf35e116c48",
            "gambit_id": "91814bc4-0c53-4c61-aff3-0332498c4836",
            "last_updated": "2022-11-14T10:33:47.156372-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24f4b8c9-4f72-47bf-b091-ed3e0c656b0e/?format=api"
        },
        {
            "id": "7840da66-9724-43e6-9f77-865fe67bf971",
            "gambit_id": "546f0d0d-e8e3-49ab-b437-e1fb27c0d773",
            "last_updated": "2022-11-14T10:33:47.155165-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Virginia",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24f4b8c9-4f72-47bf-b091-ed3e0c656b0e/?format=api"
        }
    ]
}