GET /api/bet_types/e9808458-d8a9-4b37-a852-d223d116275d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9808458-d8a9-4b37-a852-d223d116275d",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c1dd52d-5994-4a5a-9e64-2cf4719b6896/?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": "Arizona Cardinals",
                "amount": 5095.0
            },
            {
                "team": "Cincinnati Bengals",
                "amount": 4905.0
            }
        ],
        "expected_reward_tokens": 9171.0,
        "profit_sb": 171.0,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "3b8c9b0e-61b3-4c3b-b6c4-e04cdb8b3e13",
            "gambit_id": "bee64220-41c4-4289-84af-732eb168343b",
            "last_updated": "2022-08-13T11:02:05.246946-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Cardinals",
            "reward": "1.80000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9808458-d8a9-4b37-a852-d223d116275d/?format=api"
        },
        {
            "id": "163ae160-a3b6-4977-8e99-2754729e605a",
            "gambit_id": "a59b5d52-11a3-4f95-a8f4-a63467011ab5",
            "last_updated": "2022-08-13T11:02:05.246439-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9808458-d8a9-4b37-a852-d223d116275d/?format=api"
        }
    ]
}