GET /api/bet_types/b6426937-6ae3-4618-a751-ed3c82f1a89b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6426937-6ae3-4618-a751-ed3c82f1a89b",
    "match": "https://api-prod.gambitprofit.com/api/matches/97255190-6680-45cb-bc1b-d0c75b84625d/?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": "Arkansas State",
                "amount": 5000.0
            },
            {
                "team": "James Madison",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "e01c130e-52c2-42fb-b503-a246f69d451b",
            "gambit_id": "071ae2a1-0935-49f3-a010-a178eeba5d2d",
            "last_updated": "2022-10-11T11:27:05.757688-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6426937-6ae3-4618-a751-ed3c82f1a89b/?format=api"
        },
        {
            "id": "6aa6057a-5f02-4977-880a-8298fc7d673d",
            "gambit_id": "850af723-ca9c-42e3-b7ca-7ed4d34e71a7",
            "last_updated": "2022-10-11T11:27:05.758685-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "James Madison",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6426937-6ae3-4618-a751-ed3c82f1a89b/?format=api"
        }
    ]
}