GET /api/bet_types/a80f2e13-5dd4-4c58-b647-0fb1a65d667d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a80f2e13-5dd4-4c58-b647-0fb1a65d667d",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bc7abe5-ef47-4094-8d5f-8cc38072077d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-13T09:07:59.475833-04: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": "CIN",
                "amount": 6154.0
            },
            {
                "team": "DET",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "e7c3a162-181d-4a19-8dd2-b2b0c12a15f3",
            "gambit_id": "3bb80bab-ac82-4cce-9ebc-f97590459d29",
            "last_updated": "2023-09-15T10:23:22.124459-04:00",
            "created_at": "2023-09-13T09:07:59.480030-04:00",
            "name": "CIN",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a80f2e13-5dd4-4c58-b647-0fb1a65d667d/?format=api"
        },
        {
            "id": "2a18c542-3f6e-4653-ac50-32b110a271e7",
            "gambit_id": "2834838a-092b-49bc-9788-705dd6e8f382",
            "last_updated": "2023-09-15T10:23:22.128101-04:00",
            "created_at": "2023-09-13T09:07:59.486350-04:00",
            "name": "DET",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a80f2e13-5dd4-4c58-b647-0fb1a65d667d/?format=api"
        }
    ]
}