GET /api/bet_types/65e0a5ba-b614-49a9-a626-102da6a3aad0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65e0a5ba-b614-49a9-a626-102da6a3aad0",
    "match": "https://api-prod.gambitprofit.com/api/matches/4647b879-7c59-45bf-b0bb-a31f9a779aae/?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": "James Madison",
                "amount": 5000.0
            },
            {
                "team": "Texas St",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": 250.0,
        "profit_sb_percentage": 2.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "668ed463-0800-4d78-9add-431eb2794b38",
            "gambit_id": "ecc66401-afa2-47e4-bb97-901e697d646b",
            "last_updated": "2022-10-02T20:02:04.324397-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "James Madison",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-21.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65e0a5ba-b614-49a9-a626-102da6a3aad0/?format=api"
        },
        {
            "id": "dcd428a9-b484-4b72-935b-c5592620ddd3",
            "gambit_id": "0d59ec6f-3155-40b0-8b1a-6ae8b02e521e",
            "last_updated": "2022-10-02T20:02:04.325373-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas St",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "21.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65e0a5ba-b614-49a9-a626-102da6a3aad0/?format=api"
        }
    ]
}