GET /api/bet_types/71703aeb-df8c-4236-8a10-c57d87d36413/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "71703aeb-df8c-4236-8a10-c57d87d36413",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc27ac92-e77c-4a87-9453-a4507424b7e1/?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": "Tulsa",
                "amount": 5109.0
            },
            {
                "team": "Wyoming",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "bb04b66f-f83e-4af3-89d1-17710679f357",
            "gambit_id": "3f54296d-6147-4f54-a23c-b02c98240a86",
            "last_updated": "2022-09-05T09:52:23.990079-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tulsa",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71703aeb-df8c-4236-8a10-c57d87d36413/?format=api"
        },
        {
            "id": "5894eccf-aeaa-4116-81e7-a385cbd9ff12",
            "gambit_id": "ee1598eb-80eb-458a-b858-af86968b2a97",
            "last_updated": "2022-09-05T09:52:23.989056-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wyoming",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71703aeb-df8c-4236-8a10-c57d87d36413/?format=api"
        }
    ]
}