GET /api/bet_types/c9e670c4-9d6c-457b-8d08-0797a76788bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9e670c4-9d6c-457b-8d08-0797a76788bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/36fcaba2-9d5d-4f05-9b35-a3118353fe12/?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": "Notre Dame",
                "amount": 6104.0
            },
            {
                "team": "BYU",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "e3c71675-0c25-45e6-85fe-b074846e9dc4",
            "gambit_id": "16e7a98c-f731-47e1-b72b-37373bf51b60",
            "last_updated": "2022-10-09T18:27:15.037868-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Notre Dame",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9e670c4-9d6c-457b-8d08-0797a76788bc/?format=api"
        },
        {
            "id": "49fad533-d8f1-4583-b712-9791911d296a",
            "gambit_id": "b32eda6b-c63d-4ac4-83ba-63b18f8ab542",
            "last_updated": "2022-10-09T18:27:15.038851-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BYU",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9e670c4-9d6c-457b-8d08-0797a76788bc/?format=api"
        }
    ]
}