GET /api/bet_types/411828ee-5318-4ddc-a5c6-017dca15f5e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "411828ee-5318-4ddc-a5c6-017dca15f5e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/35e6e32a-b9b4-4f10-b627-5261c16c80b0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-02T09:43:00.155692-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Sacramento Kings",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10700.0,
        "profit_sb": 1200.0,
        "profit_sb_percentage": 12.63,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Sacramento Kings",
                "amount": 8841.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 1159.0
            }
        ],
        "expected_reward_tokens": 9457.44,
        "profit_sb": -42.56,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "1cb42aeb-e750-4814-a2be-f97c32df2c04",
            "gambit_id": "8a910dad-1e7e-44c3-87db-d0a8f5abae27",
            "last_updated": "2024-01-03T20:18:27.719713-05:00",
            "created_at": "2024-01-02T09:43:00.163726-05:00",
            "name": "Sacramento Kings",
            "reward": "1.07000",
            "odds": "1.07140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/411828ee-5318-4ddc-a5c6-017dca15f5e4/?format=api"
        },
        {
            "id": "e6890f13-2521-410c-99bd-f5e09ff6b0f7",
            "gambit_id": "739324c0-7c0d-4e4b-b960-77ba4cac385b",
            "last_updated": "2024-01-03T20:18:27.716168-05:00",
            "created_at": "2024-01-02T09:43:00.159539-05:00",
            "name": "Charlotte Hornets",
            "reward": "8.16000",
            "odds": "8.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/411828ee-5318-4ddc-a5c6-017dca15f5e4/?format=api"
        }
    ]
}