GET /api/bet_types/75e1b344-cb98-45cc-bc19-11116c6cf402/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75e1b344-cb98-45cc-bc19-11116c6cf402",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c014a19-9f95-4a41-807f-785404e3479a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-20T11:13:05.349367-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": 5107.0
            },
            {
                "team": "Tampa Bay Buccaneers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b8899b4f-0f29-4cf3-92d0-fc28e72eb849",
            "gambit_id": "f7592036-88f9-45b1-8170-2abee6dc73d4",
            "last_updated": "2023-12-26T20:08:03.898093-05:00",
            "created_at": "2023-12-20T11:13:05.353152-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75e1b344-cb98-45cc-bc19-11116c6cf402/?format=api"
        },
        {
            "id": "547099d6-4744-4539-9945-a86ec8d1f575",
            "gambit_id": "a0ea0dc5-ab41-418f-b987-f2a61329b65d",
            "last_updated": "2023-12-26T20:08:03.902199-05:00",
            "created_at": "2023-12-20T11:13:05.357034-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75e1b344-cb98-45cc-bc19-11116c6cf402/?format=api"
        }
    ]
}