GET /api/bet_types/3f7356a3-82c4-4aa5-9b15-0834c396714a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f7356a3-82c4-4aa5-9b15-0834c396714a",
    "match": "https://api-prod.gambitprofit.com/api/matches/6de5e9aa-8b7e-4baa-8032-72f1bc846d69/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-18T09:13:01.167189-04: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": "Washington Commanders",
                "amount": 5000.0
            },
            {
                "team": "New York Giants",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "28f11d05-eac5-4b92-aeab-9f52554050c8",
            "gambit_id": "1c09e7a4-506e-4016-950a-bc93b11df338",
            "last_updated": "2023-10-23T13:38:24.536037-04:00",
            "created_at": "2023-10-18T09:13:01.170989-04:00",
            "name": "Washington Commanders",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f7356a3-82c4-4aa5-9b15-0834c396714a/?format=api"
        },
        {
            "id": "29200245-2d79-4c16-98d7-53d9c0a7ea1c",
            "gambit_id": "8f5a1242-f0e2-45a5-b994-bc05e8eb3853",
            "last_updated": "2023-10-23T13:38:24.539266-04:00",
            "created_at": "2023-10-18T09:13:01.176649-04:00",
            "name": "New York Giants",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f7356a3-82c4-4aa5-9b15-0834c396714a/?format=api"
        }
    ]
}