GET /api/bet_types/bc923a26-7df9-4201-9af0-471e3ceaae04/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc923a26-7df9-4201-9af0-471e3ceaae04",
    "match": "https://api-prod.gambitprofit.com/api/matches/37fbd4d4-f967-4c52-8a58-fdcdeca3b7b9/?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": "Baylor",
                "amount": 5000.0
            },
            {
                "team": "Air Force",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d013209b-dbcd-46de-aa9f-a316f915ad61",
            "gambit_id": "4d3009b3-1be0-4a79-9cf4-f5379377ec75",
            "last_updated": "2022-12-23T09:32:13.734268-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baylor",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc923a26-7df9-4201-9af0-471e3ceaae04/?format=api"
        },
        {
            "id": "cb8609aa-9287-4122-893e-09c77c48910e",
            "gambit_id": "8a6c6434-49cc-4d76-b31e-23ed15d6e347",
            "last_updated": "2022-12-23T09:32:13.735397-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Air Force",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc923a26-7df9-4201-9af0-471e3ceaae04/?format=api"
        }
    ]
}