GET /api/bet_types/c0bf0389-5e30-424b-9071-9d930e77d06c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0bf0389-5e30-424b-9071-9d930e77d06c",
    "match": "https://api-prod.gambitprofit.com/api/matches/27a480fd-cba8-4aa7-9fd8-336ba315cebe/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-30T10:27:11.078312-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": "Philadelphia 76ers",
                "amount": 5098.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "67fdc51a-b0b7-4dba-865b-4b545c34be6d",
            "gambit_id": "fba0e802-c56c-4ded-902e-f010511b4d8e",
            "last_updated": "2022-12-31T14:11:52.737484-05:00",
            "created_at": "2022-12-30T10:27:11.084663-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0bf0389-5e30-424b-9071-9d930e77d06c/?format=api"
        },
        {
            "id": "fc75051a-facb-4c24-8e07-f68713ebfe7e",
            "gambit_id": "260db2bf-a407-4c5d-bffa-715094791ffb",
            "last_updated": "2022-12-31T14:11:52.736369-05:00",
            "created_at": "2022-12-30T10:27:11.080206-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0bf0389-5e30-424b-9071-9d930e77d06c/?format=api"
        }
    ]
}