GET /api/bet_types/271c31b6-bd3a-42fe-8816-e42e14b468fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "271c31b6-bd3a-42fe-8816-e42e14b468fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/1a040f69-09e9-4ab7-b45e-4de8f24e7d33/?format=api",
    "name": "Pick the Winner",
    "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": "Minnesota Vikings",
                "amount": 6401.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 3599.0
            }
        ],
        "expected_reward_tokens": 9537.35,
        "profit_sb": 37.35,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "3500e2ae-f76f-4aee-9276-23a8dd7be94a",
            "gambit_id": "b59c6365-4bc7-4bbc-a707-ebf25923526b",
            "last_updated": "2022-10-31T11:37:05.020198-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/271c31b6-bd3a-42fe-8816-e42e14b468fb/?format=api"
        },
        {
            "id": "55f548ee-b770-4cf6-8e9f-62c4565e7b1e",
            "gambit_id": "79d81514-7ebe-4f35-8ff2-e0910d5ec950",
            "last_updated": "2022-10-31T11:37:05.021163-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Cardinals",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/271c31b6-bd3a-42fe-8816-e42e14b468fb/?format=api"
        }
    ]
}