GET /api/bet_types/893aef6d-709f-44db-b1a3-a36f28a03481/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "893aef6d-709f-44db-b1a3-a36f28a03481",
    "match": "https://api-prod.gambitprofit.com/api/matches/3cb6655b-8f96-4e73-bdf7-08449de1ff9c/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-28T09:32:06.748421-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "575977b3-135f-433c-8b42-03e7e93ab777",
            "gambit_id": "8606fcac-5a56-48bd-bfee-621aba0d29c2",
            "last_updated": "2022-12-30T18:47:00.153347-05:00",
            "created_at": "2022-12-28T09:32:06.750885-05:00",
            "name": "Orlando Magic",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/893aef6d-709f-44db-b1a3-a36f28a03481/?format=api"
        },
        {
            "id": "d42ff27d-b1d3-4813-bf8e-b54771580881",
            "gambit_id": "b71b1623-614e-4740-8224-4e8817ba38eb",
            "last_updated": "2022-12-30T18:47:00.152211-05:00",
            "created_at": "2022-12-28T09:32:06.749645-05:00",
            "name": "Detroit Pistons",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/893aef6d-709f-44db-b1a3-a36f28a03481/?format=api"
        }
    ]
}