GET /api/bet_types/6f611e1a-4b2f-44cb-9e4d-c212578497e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f611e1a-4b2f-44cb-9e4d-c212578497e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ad2f57a-a72d-4eb6-9b9d-26f8593eb16d/?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": "Florida State",
                "amount": 5000.0
            },
            {
                "team": "Georgia Tech",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "80c48a00-eb22-4567-a660-05ad6455aa57",
            "gambit_id": "cad53ea8-d187-446e-a7a7-669d9981329c",
            "last_updated": "2022-10-31T10:47:27.457513-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-24.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f611e1a-4b2f-44cb-9e4d-c212578497e9/?format=api"
        },
        {
            "id": "1ae9b8ac-7164-4b32-8fab-e8915d4d4d43",
            "gambit_id": "254ce85b-cfec-4c0b-aab3-1c1c05988ae3",
            "last_updated": "2022-10-31T10:47:27.456574-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Tech",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "24.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f611e1a-4b2f-44cb-9e4d-c212578497e9/?format=api"
        }
    ]
}