GET /api/bet_types/7d616760-e738-4a95-8e60-175fdb54c0db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d616760-e738-4a95-8e60-175fdb54c0db",
    "match": "https://api-prod.gambitprofit.com/api/matches/005e23d4-ff82-4c4f-b54b-de524b699766/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-30T11:23:09.956562-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": "San Francisco 49ers",
                "amount": 5000.0
            },
            {
                "team": "Kansas City Chiefs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "33b47b4f-5818-4126-bfbf-ac4dfd1d9176",
            "gambit_id": "513b4bbf-c577-4718-bd3b-f00532c5cc57",
            "last_updated": "2024-02-07T01:52:57.513928-05:00",
            "created_at": "2024-01-30T11:23:09.960204-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d616760-e738-4a95-8e60-175fdb54c0db/?format=api"
        },
        {
            "id": "b8a4b832-6439-4c9b-93da-f7bcf4e29224",
            "gambit_id": "76b11691-3a62-4f2a-9dbc-4b25e6ec66f9",
            "last_updated": "2024-02-07T01:52:57.517311-05:00",
            "created_at": "2024-01-30T11:23:09.964254-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d616760-e738-4a95-8e60-175fdb54c0db/?format=api"
        }
    ]
}