GET /api/bet_types/253bc435-844c-425e-9603-12067eb2999e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "253bc435-844c-425e-9603-12067eb2999e",
    "match": "https://api-prod.gambitprofit.com/api/matches/a261f020-0fa4-4d7a-baa7-bfd1fb23430f/?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": "Cloud9",
                "amount": 5775.0
            },
            {
                "team": "Fnatic",
                "amount": 4225.0
            }
        ],
        "expected_reward_tokens": 9124.5,
        "profit_sb": -375.5,
        "profit_sb_percentage": -3.95,
        "recommended": false
    },
    "lines": [
        {
            "id": "cf966d0e-d53a-4137-9ae8-d448c55b68f7",
            "gambit_id": "111cfd3e-88b8-4eea-a9c2-005ebe293fbc",
            "last_updated": "2022-11-01T14:35:23.457195-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cloud9",
            "reward": "1.58000",
            "odds": "1.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/253bc435-844c-425e-9603-12067eb2999e/?format=api"
        },
        {
            "id": "da6de79c-035f-46c7-9c29-285badc33dce",
            "gambit_id": "8a656532-1f90-4888-9a15-e6117b50f60c",
            "last_updated": "2022-11-01T14:35:23.458329-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fnatic",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/253bc435-844c-425e-9603-12067eb2999e/?format=api"
        }
    ]
}