GET /api/bet_types/ac01c11d-03ba-414f-8f7e-1f4911797526/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac01c11d-03ba-414f-8f7e-1f4911797526",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e0ad48e-5f9c-48e5-b39a-81752dc59084/?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": "New York Giants",
                "amount": 5097.0
            },
            {
                "team": "Houston Texans",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "b5146add-f695-49a8-a05f-5f646177c060",
            "gambit_id": "b895e5c3-bdc3-4100-bedc-7952ee99132f",
            "last_updated": "2022-11-14T14:57:39.192635-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Giants",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac01c11d-03ba-414f-8f7e-1f4911797526/?format=api"
        },
        {
            "id": "29ba19da-e011-4a3a-9400-a44c64f82bcd",
            "gambit_id": "3b87ed0f-c147-41b2-9c25-6bede65e00e6",
            "last_updated": "2022-11-14T14:57:39.193591-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Texans",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac01c11d-03ba-414f-8f7e-1f4911797526/?format=api"
        }
    ]
}