GET /api/bet_types/7ce0a12d-83c6-4847-977c-d1ad1af1f22b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ce0a12d-83c6-4847-977c-d1ad1af1f22b",
    "match": "https://api-prod.gambitprofit.com/api/matches/4700fd5e-e619-4fd7-aabf-7c2c985f72c2/?format=api",
    "name": "Play the Odds",
    "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": 5000.0
            },
            {
                "team": "California",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0e3203f1-ba0d-4aa4-a5a1-f1d417dd3e3f",
            "gambit_id": "545b1b0b-3360-4188-9628-148aa6e8a412",
            "last_updated": "2022-09-18T20:37:19.327911-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Notre Dame",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ce0a12d-83c6-4847-977c-d1ad1af1f22b/?format=api"
        },
        {
            "id": "a72efafa-4436-47d1-b74c-25886a7dbfa8",
            "gambit_id": "88d9f21e-4996-4221-adec-c095e4bacf81",
            "last_updated": "2022-09-18T20:37:19.328876-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "California",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ce0a12d-83c6-4847-977c-d1ad1af1f22b/?format=api"
        }
    ]
}