GET /api/bet_types/74caca15-7d65-4341-b0fe-c72d0bbf7603/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "74caca15-7d65-4341-b0fe-c72d0bbf7603",
    "match": "https://api-prod.gambitprofit.com/api/matches/0843262c-08f6-4efd-a224-5fc0a47a27be/?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": "CWS (J Cueto)",
                "amount": 5969.0
            },
            {
                "team": "ARI (T Henry)",
                "amount": 4031.0
            }
        ],
        "expected_reward_tokens": 9311.61,
        "profit_sb": 311.61,
        "profit_sb_percentage": 3.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "10306ea9-f39e-43f9-b85e-a74f685c3d1e",
            "gambit_id": "cc334680-441b-4515-be6c-a3a8dfe49eac",
            "last_updated": "2022-08-27T12:16:53.568646-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS (J Cueto)",
            "reward": "1.56000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74caca15-7d65-4341-b0fe-c72d0bbf7603/?format=api"
        },
        {
            "id": "17fcd1db-681d-42c2-aff0-d425d131c40c",
            "gambit_id": "ef1b6508-67df-4ddf-8106-e50d1d4acf01",
            "last_updated": "2022-08-27T12:16:53.569061-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (T Henry)",
            "reward": "2.31000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74caca15-7d65-4341-b0fe-c72d0bbf7603/?format=api"
        }
    ]
}