GET /api/bet_types/7f8e08d0-8a2f-44d1-8538-51393706c10a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f8e08d0-8a2f-44d1-8538-51393706c10a",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a44fe7e-ff59-4726-98a3-7f5808275dac/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-17T13:03:05.476681-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": "Tampa Bay Buccaneers",
                "amount": 5000.0
            },
            {
                "team": "New York Jets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a9a3182e-b29c-428e-9285-e42b0b74c56c",
            "gambit_id": "a1b38552-47c9-4d81-bec7-cace33e7176a",
            "last_updated": "2023-08-21T19:58:16.231159-04:00",
            "created_at": "2023-08-17T13:03:05.480900-04:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f8e08d0-8a2f-44d1-8538-51393706c10a/?format=api"
        },
        {
            "id": "eabfaadf-5b33-42ea-aba6-679f2143f508",
            "gambit_id": "5380ddb5-f56f-462b-a13c-12f8b49eafbb",
            "last_updated": "2023-08-21T19:58:16.234294-04:00",
            "created_at": "2023-08-17T13:03:05.485022-04:00",
            "name": "New York Jets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f8e08d0-8a2f-44d1-8538-51393706c10a/?format=api"
        }
    ]
}