GET /api/bet_types/a3a893d1-e876-4f5f-8dc5-14e83cecbc7c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a3a893d1-e876-4f5f-8dc5-14e83cecbc7c",
    "match": "https://api-prod.gambitprofit.com/api/matches/c779de57-ff51-4517-b722-607da677fad8/?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": "Temple",
                "amount": 5000.0
            },
            {
                "team": "Navy",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "0bdf429a-5269-4cca-8d0e-52a6cde47ae8",
            "gambit_id": "ef7d53d4-c1c0-4e06-8ef0-2909cb087b9a",
            "last_updated": "2022-10-31T10:37:25.091452-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Temple",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3a893d1-e876-4f5f-8dc5-14e83cecbc7c/?format=api"
        },
        {
            "id": "1ed42322-47b1-49eb-9fb2-a6d2bfb196af",
            "gambit_id": "3831b728-0854-40ba-9d2b-88faf575d9c2",
            "last_updated": "2022-10-31T10:37:25.090431-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Navy",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3a893d1-e876-4f5f-8dc5-14e83cecbc7c/?format=api"
        }
    ]
}