GET /api/bet_types/09f178df-e8e4-4a2b-b502-4e34266b80d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09f178df-e8e4-4a2b-b502-4e34266b80d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/2de6bcd2-358c-4b4e-9e0a-b0b4b6c1cc6b/?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": "Houston Rockets",
                "amount": 5399.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "ba577ca1-e56f-4a9e-869b-46b892eb198c",
            "gambit_id": "19824615-2b3b-40fe-9e81-290337289aa4",
            "last_updated": "2022-12-09T10:02:14.620367-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09f178df-e8e4-4a2b-b502-4e34266b80d2/?format=api"
        },
        {
            "id": "d95b9b41-9a88-4359-a806-5ceff377f1e2",
            "gambit_id": "0dc40be4-fa64-4abc-b62b-b1387f384ad3",
            "last_updated": "2022-12-09T10:02:14.619284-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09f178df-e8e4-4a2b-b502-4e34266b80d2/?format=api"
        }
    ]
}