GET /api/bet_types/dba0412e-85c1-493a-b99c-d168076e0135/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dba0412e-85c1-493a-b99c-d168076e0135",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1aad1cc-0273-4d71-854a-70f7180ac287/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-02T13:27:14.186958-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "a44d7188-5568-44f7-95cc-2e550bf9be90",
            "gambit_id": "6eeb9216-0f0e-4527-a764-aedfc2f0e03a",
            "last_updated": "2023-01-03T10:52:16.793109-05:00",
            "created_at": "2023-01-02T13:27:14.188125-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dba0412e-85c1-493a-b99c-d168076e0135/?format=api"
        },
        {
            "id": "4508e306-27f1-4d73-b581-b310b90affae",
            "gambit_id": "4dd4dcda-a389-4144-beac-6969fe3eec08",
            "last_updated": "2023-01-03T10:52:16.794254-05:00",
            "created_at": "2023-01-02T13:27:14.189398-05:00",
            "name": "Denver Nuggets",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dba0412e-85c1-493a-b99c-d168076e0135/?format=api"
        }
    ]
}