GET /api/bet_types/693ac2a7-e6a5-46c5-a157-6468263a7fce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "693ac2a7-e6a5-46c5-a157-6468263a7fce",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e267392-3290-4e1c-b685-eecb5dd99d48/?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": "Tampa Bay Buccaneers",
                "amount": 5000.0
            },
            {
                "team": "Dallas Cowboys",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "e957b1c6-7159-4f01-85da-a330a8f8cb6a",
            "gambit_id": "d2824494-4a99-4c55-abfe-84f3bd2e8e7a",
            "last_updated": "2022-09-12T10:12:29.587587-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/693ac2a7-e6a5-46c5-a157-6468263a7fce/?format=api"
        },
        {
            "id": "79e3c61a-a266-431b-8eab-f40b7de924ab",
            "gambit_id": "6bf44c3e-5733-4621-9ebb-f439390c3a65",
            "last_updated": "2022-09-12T10:12:29.586488-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/693ac2a7-e6a5-46c5-a157-6468263a7fce/?format=api"
        }
    ]
}