GET /api/bet_types/6bb07aab-31c6-4329-b641-cd79d97ed703/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6bb07aab-31c6-4329-b641-cd79d97ed703",
    "match": "https://api-prod.gambitprofit.com/api/matches/1dc83ae6-fa49-4b4c-970d-e8a2bb744585/?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": "Green Bay Packers",
                "amount": 5000.0
            },
            {
                "team": "Dallas Cowboys",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "36426c25-2c4d-4f75-9036-86dbc37589e0",
            "gambit_id": "209c9dad-29d9-4388-a753-84fb36cd4585",
            "last_updated": "2022-11-14T14:52:39.484198-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Green Bay Packers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bb07aab-31c6-4329-b641-cd79d97ed703/?format=api"
        },
        {
            "id": "96aa8d3e-ce97-436c-85ec-0b1f9095a144",
            "gambit_id": "d50dc01a-3e86-4faa-b6b4-21d85a10ddab",
            "last_updated": "2022-11-14T14:52:39.485353-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bb07aab-31c6-4329-b641-cd79d97ed703/?format=api"
        }
    ]
}