GET /api/bet_types/02870dcf-6282-4d03-b4c7-286381289270/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "02870dcf-6282-4d03-b4c7-286381289270",
    "match": "https://api-prod.gambitprofit.com/api/matches/ccfcdaf8-69d9-4824-93a8-1b0e618edbcc/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Utah",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10500.0,
        "profit_sb": 1500.0,
        "profit_sb_percentage": 16.67,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Utah",
                "amount": 8840.0
            },
            {
                "team": "San Diego State",
                "amount": 1160.0
            }
        ],
        "expected_reward_tokens": 9280.0,
        "profit_sb": 280.0,
        "profit_sb_percentage": 3.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "89b2dcf4-4821-4fcd-8249-f2f17467c165",
            "gambit_id": "ddd4c205-ab24-401d-8036-9b81f06ba796",
            "last_updated": "2022-09-18T09:32:40.072965-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah",
            "reward": "1.05000",
            "odds": "1.06250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02870dcf-6282-4d03-b4c7-286381289270/?format=api"
        },
        {
            "id": "c9369b22-13f4-45cd-8387-1dfcad1a4fa9",
            "gambit_id": "8feaaf09-4c04-4802-b9b8-16e4bb6a4388",
            "last_updated": "2022-09-18T09:32:40.074017-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Diego State",
            "reward": "8.00000",
            "odds": "9.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02870dcf-6282-4d03-b4c7-286381289270/?format=api"
        }
    ]
}