GET /api/bet_types/808d52fb-3238-4dd3-a809-6fea89c9e8a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "808d52fb-3238-4dd3-a809-6fea89c9e8a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6568480-586e-4439-a403-43a7207b60c8/?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": "Tennessee",
                "amount": 5000.0
            },
            {
                "team": "Akron",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "b1f5dc51-c675-44f5-b812-7796f16d107f",
            "gambit_id": "e9486643-1c95-4972-a48a-cc7e743833b7",
            "last_updated": "2022-09-18T17:57:11.780030-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/808d52fb-3238-4dd3-a809-6fea89c9e8a6/?format=api"
        },
        {
            "id": "d561f4c4-8d26-4b9c-a333-401a4efeb567",
            "gambit_id": "84bc4e76-f394-41c1-89ba-de9b89192aa2",
            "last_updated": "2022-09-18T17:57:11.781157-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Akron",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/808d52fb-3238-4dd3-a809-6fea89c9e8a6/?format=api"
        }
    ]
}