GET /api/bet_types/2adfdea9-9835-481b-bf99-38982c8bd160/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2adfdea9-9835-481b-bf99-38982c8bd160",
    "match": "https://api-prod.gambitprofit.com/api/matches/490ff4ce-c762-4975-88ec-b3875548be9d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-02T08:52:09.925122-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": "Mississippi State",
                "amount": 5000.0
            },
            {
                "team": "Illinois",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "7540080f-c409-4f07-b6d5-36d451db253e",
            "gambit_id": "f026c9c4-db46-4fa9-b1b3-16136018f76f",
            "last_updated": "2023-01-03T10:02:05.237166-05:00",
            "created_at": "2023-01-02T08:52:09.927551-05:00",
            "name": "Mississippi State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2adfdea9-9835-481b-bf99-38982c8bd160/?format=api"
        },
        {
            "id": "4c5a103f-58a6-4a6e-a86f-1554ce8b6609",
            "gambit_id": "24b5f598-5cd4-44ee-bd7f-cc0ec7bba6df",
            "last_updated": "2023-01-03T10:02:05.236012-05:00",
            "created_at": "2023-01-02T08:52:09.926322-05:00",
            "name": "Illinois",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2adfdea9-9835-481b-bf99-38982c8bd160/?format=api"
        }
    ]
}