GET /api/bet_types/0ee936f9-c552-469e-8cc4-0709adadd32b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ee936f9-c552-469e-8cc4-0709adadd32b",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f05328d-5ce7-441f-9418-883b9b1861d7/?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": "Denver Broncos",
                "amount": 5108.0
            },
            {
                "team": "Seattle Seahawks",
                "amount": 4892.0
            }
        ],
        "expected_reward_tokens": 9245.48,
        "profit_sb": 245.48,
        "profit_sb_percentage": 2.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "e0b1d7f2-e918-4bfe-93d3-79e2c727f689",
            "gambit_id": "23602e48-6488-4ae3-a10e-e113296f2716",
            "last_updated": "2022-09-13T09:42:07.882695-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Broncos",
            "reward": "1.81000",
            "odds": "1.86960",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ee936f9-c552-469e-8cc4-0709adadd32b/?format=api"
        },
        {
            "id": "0dc4169a-43fa-4b14-bf03-d3b0c48f0e4d",
            "gambit_id": "b1d9cd0e-4cbc-4f04-8093-7844e7f8b932",
            "last_updated": "2022-09-13T09:42:07.881680-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Seahawks",
            "reward": "1.89000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ee936f9-c552-469e-8cc4-0709adadd32b/?format=api"
        }
    ]
}