GET /api/bet_types/4c6b6c62-8d40-4a2a-bef9-e8d684c2080c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c6b6c62-8d40-4a2a-bef9-e8d684c2080c",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ad2f57a-a72d-4eb6-9b9d-26f8593eb16d/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Florida State",
                "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": "Florida State",
                "amount": 9189.0
            },
            {
                "team": "Georgia Tech",
                "amount": 811.0
            }
        ],
        "expected_reward_tokens": 9464.37,
        "profit_sb": -35.63,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "a2148a14-0d85-46ea-b30e-952d4cc7401d",
            "gambit_id": "177dd746-ff74-47cc-bd48-d163f679c339",
            "last_updated": "2022-10-31T10:47:27.453786-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida State",
            "reward": "1.03000",
            "odds": "1.03330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c6b6c62-8d40-4a2a-bef9-e8d684c2080c/?format=api"
        },
        {
            "id": "36c620c8-336d-4cc0-ae25-d9d606285cd6",
            "gambit_id": "19cac6d4-da44-4b1a-b7f4-6a2bb3b5b15b",
            "last_updated": "2022-10-31T10:47:27.454731-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Tech",
            "reward": "11.67000",
            "odds": "12.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c6b6c62-8d40-4a2a-bef9-e8d684c2080c/?format=api"
        }
    ]
}