GET /api/bet_types/9d518aef-62c4-4ad5-8010-94220ac4ae15/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d518aef-62c4-4ad5-8010-94220ac4ae15",
    "match": "https://api-prod.gambitprofit.com/api/matches/2cad4681-1242-45b6-b16f-9e8f1e70e9b5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-29T08:38:25.170113-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": "SDG",
                "amount": 5317.0
            },
            {
                "team": "PIT",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ce0faf6-ff7e-4377-ae5d-e68b99026f4d",
            "gambit_id": "6a2ed9f1-4239-44dc-9fb6-e1f9fff85994",
            "last_updated": "2023-06-30T10:43:11.868342-04:00",
            "created_at": "2023-06-29T08:38:25.171778-04:00",
            "name": "SDG",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d518aef-62c4-4ad5-8010-94220ac4ae15/?format=api"
        },
        {
            "id": "93e0f66f-7382-488d-8428-a0068cfc5238",
            "gambit_id": "3db42e09-67e3-48b2-babb-f22b3b74bfbb",
            "last_updated": "2023-06-30T10:43:11.870652-04:00",
            "created_at": "2023-06-29T08:38:25.173547-04:00",
            "name": "PIT",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d518aef-62c4-4ad5-8010-94220ac4ae15/?format=api"
        }
    ]
}