GET /api/bet_types/5929af32-0d43-44a2-bcb7-684c8079f106/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5929af32-0d43-44a2-bcb7-684c8079f106",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7e22d13-df45-4b4b-bce2-2b063fa395bc/?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": "Los Angeles Clippers",
                "amount": 5984.0
            },
            {
                "team": "Utah Jazz",
                "amount": 4016.0
            }
        ],
        "expected_reward_tokens": 9155.52,
        "profit_sb": 155.52,
        "profit_sb_percentage": 1.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "e91c7299-1222-443c-8adc-fd1a75c5ee27",
            "gambit_id": "68633d99-50ac-4386-b317-351bafc31d3c",
            "last_updated": "2022-11-07T10:18:10.243683-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5929af32-0d43-44a2-bcb7-684c8079f106/?format=api"
        },
        {
            "id": "1255852a-b152-43ef-90c7-402220439bbd",
            "gambit_id": "3508722c-724b-4107-9c52-c04c1b0b5ea9",
            "last_updated": "2022-11-07T10:18:10.244833-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "2.28000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5929af32-0d43-44a2-bcb7-684c8079f106/?format=api"
        }
    ]
}