GET /api/bet_types/d8230e57-ef50-4cfd-bf01-6d49b7bb968d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8230e57-ef50-4cfd-bf01-6d49b7bb968d",
    "match": "https://api-prod.gambitprofit.com/api/matches/08f9c4b4-7fc5-4185-8bc0-452c3e58a164/?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": "John Castaneda",
                "amount": 6142.0
            },
            {
                "team": "Daniel Santos",
                "amount": 3858.0
            }
        ],
        "expected_reward_tokens": 9027.72,
        "profit_sb": -472.28,
        "profit_sb_percentage": -4.97,
        "recommended": false
    },
    "lines": [
        {
            "id": "b3bdd993-661c-4a98-9a8c-d70d8de1861c",
            "gambit_id": "79dc0e56-6412-4145-a805-b0af1eb9cfc2",
            "last_updated": "2022-10-03T15:41:56.774961-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "John Castaneda",
            "reward": "1.47000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8230e57-ef50-4cfd-bf01-6d49b7bb968d/?format=api"
        },
        {
            "id": "cf90eb3f-d440-4f91-bafa-c99f0a9b893e",
            "gambit_id": "3c61168f-c113-4147-b8ac-5a84647c8856",
            "last_updated": "2022-10-03T15:41:56.776041-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Daniel Santos",
            "reward": "2.34000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8230e57-ef50-4cfd-bf01-6d49b7bb968d/?format=api"
        }
    ]
}