GET /api/bet_types/080c175f-4f84-4ca7-91ef-b35e68e99b03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "080c175f-4f84-4ca7-91ef-b35e68e99b03",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e5a0a68-8d05-45cd-ba54-05101c0bca48/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-20T11:13:06.038277-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": "Denver Broncos",
                "amount": 5107.0
            },
            {
                "team": "New England Patriots",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7f35ad4e-4c0d-4563-bb11-f5f0f34737f1",
            "gambit_id": "f52682a9-d134-4660-b4b4-2230729ad633",
            "last_updated": "2023-12-26T20:08:04.627397-05:00",
            "created_at": "2023-12-20T11:13:06.047112-05:00",
            "name": "Denver Broncos",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/080c175f-4f84-4ca7-91ef-b35e68e99b03/?format=api"
        },
        {
            "id": "fe00684f-562c-4600-9d6c-92fe8a9d0f07",
            "gambit_id": "bc73e033-498c-4a80-9e04-451b7cf96c27",
            "last_updated": "2023-12-26T20:08:04.624161-05:00",
            "created_at": "2023-12-20T11:13:06.042508-05:00",
            "name": "New England Patriots",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/080c175f-4f84-4ca7-91ef-b35e68e99b03/?format=api"
        }
    ]
}