GET /api/bet_types/d40eccfa-1757-43f0-a710-6ad38e408afb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d40eccfa-1757-43f0-a710-6ad38e408afb",
    "match": "https://api-prod.gambitprofit.com/api/matches/500a095e-fcbd-4c52-b700-a94dacb9f564/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Alabama",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10300.0,
        "profit_sb": 800.0,
        "profit_sb_percentage": 8.42,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Alabama",
                "amount": 9189.0
            },
            {
                "team": "Texas A&M",
                "amount": 811.0
            }
        ],
        "expected_reward_tokens": 9464.37,
        "profit_sb": -35.63,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "89b8e41f-b019-405a-afec-c6025d10ea87",
            "gambit_id": "c83df0f4-4806-4132-8c9b-6eccf69cb287",
            "last_updated": "2022-10-11T11:32:05.673727-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Alabama",
            "reward": "1.03000",
            "odds": "1.03330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d40eccfa-1757-43f0-a710-6ad38e408afb/?format=api"
        },
        {
            "id": "44684094-9083-47e5-b34e-67de997f21f2",
            "gambit_id": "0eb3dc15-b43a-4cc4-93f6-5cb1af65f1c8",
            "last_updated": "2022-10-11T11:32:05.675339-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas A&M",
            "reward": "11.67000",
            "odds": "12.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d40eccfa-1757-43f0-a710-6ad38e408afb/?format=api"
        }
    ]
}