GET /api/bet_types/6ef08577-b173-4f24-94d1-60439bd0dd7c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ef08577-b173-4f24-94d1-60439bd0dd7c",
    "match": "https://api-prod.gambitprofit.com/api/matches/3d18ffad-b3a4-44ea-86ed-01ae1e7edc76/?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": "NYY (N Cortes)",
                "amount": 5881.0
            },
            {
                "team": "TAM (J Springs)",
                "amount": 4119.0
            }
        ],
        "expected_reward_tokens": 9350.13,
        "profit_sb": 350.13,
        "profit_sb_percentage": 3.89,
        "recommended": true
    },
    "lines": [
        {
            "id": "01b09fbc-d232-4a04-8af7-c4526a5dad8c",
            "gambit_id": "e0a2dbcd-74b1-497c-902d-b5929785c7e5",
            "last_updated": "2022-08-17T09:42:04.774103-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY (N Cortes)",
            "reward": "1.59000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ef08577-b173-4f24-94d1-60439bd0dd7c/?format=api"
        },
        {
            "id": "2ae18e14-556e-44f5-a99f-bf41658538b2",
            "gambit_id": "671bd58e-f85f-409b-b636-301c8a2e461a",
            "last_updated": "2022-08-17T09:42:04.774549-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (J Springs)",
            "reward": "2.27000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ef08577-b173-4f24-94d1-60439bd0dd7c/?format=api"
        }
    ]
}