GET /api/bet_types/c4fba61f-722d-44f9-863a-b930850bb3ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4fba61f-722d-44f9-863a-b930850bb3ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe394088-ccd0-4c1c-b0e9-62ad27188db7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-06T08:43:16.106484-04: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": "WAS (M Gore)",
                "amount": 5440.0
            },
            {
                "team": "CIN (B Williamson)",
                "amount": 4560.0
            }
        ],
        "expected_reward_tokens": 9574.4,
        "profit_sb": 74.4,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "b457fe60-7e71-4627-a847-97a37fd1c23f",
            "gambit_id": "a7af6a49-786b-4079-bf39-b54491d1be0e",
            "last_updated": "2023-07-08T09:47:59.528503-04:00",
            "created_at": "2023-07-06T08:43:16.110293-04:00",
            "name": "WAS (M Gore)",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4fba61f-722d-44f9-863a-b930850bb3ef/?format=api"
        },
        {
            "id": "9bf6ba1d-0bee-45a7-8763-96d2e71fa6a4",
            "gambit_id": "2e670474-2280-4d5f-8791-fd398606341c",
            "last_updated": "2023-07-08T09:47:59.526026-04:00",
            "created_at": "2023-07-06T08:43:16.108232-04:00",
            "name": "CIN (B Williamson)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4fba61f-722d-44f9-863a-b930850bb3ef/?format=api"
        }
    ]
}