GET /api/bet_types/738b6037-543a-45e1-91fb-fd67bda5dce6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "738b6037-543a-45e1-91fb-fd67bda5dce6",
    "match": "https://api-prod.gambitprofit.com/api/matches/396b19dc-0bc3-4192-bd6d-40b3332d90f4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-18T09:16:53.549141-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 Nuggets",
                "amount": 7747.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 2253.0
            }
        ],
        "expected_reward_tokens": 9528.81,
        "profit_sb": 28.81,
        "profit_sb_percentage": 0.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "8b8063a6-87c4-492e-8bb5-9e7a5abd9f27",
            "gambit_id": "9120f521-a434-4af6-a0d0-00ae709c60c8",
            "last_updated": "2023-01-19T09:27:06.624889-05:00",
            "created_at": "2023-01-18T09:16:53.550301-05:00",
            "name": "Denver Nuggets",
            "reward": "1.23000",
            "odds": "1.23810",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/738b6037-543a-45e1-91fb-fd67bda5dce6/?format=api"
        },
        {
            "id": "0440780d-a2fb-4f59-acc8-8750e3443eb6",
            "gambit_id": "f980dd7b-6edc-4c20-997d-6ce2b8cd88dc",
            "last_updated": "2023-01-19T09:27:06.625994-05:00",
            "created_at": "2023-01-18T09:16:53.551613-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "4.23000",
            "odds": "4.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/738b6037-543a-45e1-91fb-fd67bda5dce6/?format=api"
        }
    ]
}