GET /api/bet_types/20c4ae8c-013d-46fd-8c13-5a7469af72b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20c4ae8c-013d-46fd-8c13-5a7469af72b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/f87b5759-e556-4f86-a3ee-4ec764366f14/?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": "UCLA",
                "amount": 7555.0
            },
            {
                "team": "Arizona State",
                "amount": 2445.0
            }
        ],
        "expected_reward_tokens": 9217.1,
        "profit_sb": 217.1,
        "profit_sb_percentage": 2.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "3713c8b2-f933-4456-969c-764e68e33095",
            "gambit_id": "c4bb7d46-ed70-47f0-9eb9-c461e806caf9",
            "last_updated": "2022-11-06T16:23:11.672028-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UCLA",
            "reward": "1.22000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20c4ae8c-013d-46fd-8c13-5a7469af72b9/?format=api"
        },
        {
            "id": "a1036f98-f7da-4af9-9dd8-caa51e58b880",
            "gambit_id": "a97c1f4c-5cbb-48b2-a3fa-159e08bfcaf5",
            "last_updated": "2022-11-06T16:23:11.671055-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona State",
            "reward": "3.77000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20c4ae8c-013d-46fd-8c13-5a7469af72b9/?format=api"
        }
    ]
}