GET /api/bet_types/254c31e4-869b-4a38-a769-937325634b1a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "254c31e4-869b-4a38-a769-937325634b1a",
    "match": "https://api-prod.gambitprofit.com/api/matches/bec0731f-5a22-4033-a662-e0a7baad5701/?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": "Jacksonville Jaguars",
                "amount": 5000.0
            },
            {
                "team": "Washington Commanders",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "1527d06a-18a8-4408-ae2c-74be9b8fcbce",
            "gambit_id": "88239cb4-a50e-4b47-be60-1ee239f8ca43",
            "last_updated": "2022-09-12T10:21:58.106965-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/254c31e4-869b-4a38-a769-937325634b1a/?format=api"
        },
        {
            "id": "b5f68962-bfa5-44d0-8c78-9401378d0e8e",
            "gambit_id": "51754567-d012-4816-aa75-440d93f1dbcb",
            "last_updated": "2022-09-12T10:21:58.105664-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Commanders",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/254c31e4-869b-4a38-a769-937325634b1a/?format=api"
        }
    ]
}