GET /api/bet_types/dce0aa69-ee94-417a-98e4-3ee237b00baf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dce0aa69-ee94-417a-98e4-3ee237b00baf",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ba1d2ee-89bd-4445-a1f2-e87a99f74bc5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-24T08:58:06.732375-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": "SFO",
                "amount": 5939.0
            },
            {
                "team": "ARI",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "0e37f7e9-1a64-445a-9f52-e3b1281529e0",
            "gambit_id": "de21908c-df47-4e0b-afad-e038131726c3",
            "last_updated": "2023-06-26T10:58:34.523622-04:00",
            "created_at": "2023-06-24T08:58:06.736379-04:00",
            "name": "SFO",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dce0aa69-ee94-417a-98e4-3ee237b00baf/?format=api"
        },
        {
            "id": "fbca381a-238f-45c2-96f5-5187c9842b5f",
            "gambit_id": "f5762674-a79a-44bf-89e1-cfa730b7ed70",
            "last_updated": "2023-06-26T10:58:34.521389-04:00",
            "created_at": "2023-06-24T08:58:06.734266-04:00",
            "name": "ARI",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dce0aa69-ee94-417a-98e4-3ee237b00baf/?format=api"
        }
    ]
}