GET /api/bet_types/430f9fdd-4fd9-4462-b9ab-989020476096/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "430f9fdd-4fd9-4462-b9ab-989020476096",
    "match": "https://api-prod.gambitprofit.com/api/matches/bed34f7b-917a-4690-834b-0bbb6621cc62/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Chicago Blackhawks",
                "amount": 5097.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "7640a647-37c6-457d-b7a9-f83a022c7bdb",
            "gambit_id": "729f77de-076c-4b77-b8ff-68db67379d53",
            "last_updated": "2022-11-11T21:27:15.653698-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/430f9fdd-4fd9-4462-b9ab-989020476096/?format=api"
        },
        {
            "id": "df0c5daa-fda3-4b31-924e-e95524d807b0",
            "gambit_id": "6b59950b-c49c-4f21-9601-02b6eac0348c",
            "last_updated": "2022-11-11T21:27:15.652529-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/430f9fdd-4fd9-4462-b9ab-989020476096/?format=api"
        }
    ]
}