GET /api/bet_types/7f6e8487-53ba-401c-9fb8-6e5aaac546bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f6e8487-53ba-401c-9fb8-6e5aaac546bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/26a0a388-8d71-40c1-975a-d42b0cb7c75c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-17T14:52:57.446644-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": "Game Total Over 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "5684cb6f-1b6c-49b9-889d-efee1af0d2a9",
            "gambit_id": "fe933297-282b-4859-a596-4be787b7724f",
            "last_updated": "2023-06-18T10:23:06.029494-04:00",
            "created_at": "2023-06-17T14:52:57.448242-04:00",
            "name": "Game Total Over 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f6e8487-53ba-401c-9fb8-6e5aaac546bf/?format=api"
        },
        {
            "id": "e06cd03d-e9d2-4f14-80bf-68d2fc8f83d8",
            "gambit_id": "9765483a-bff4-4a4c-a2a7-988adb4566c2",
            "last_updated": "2023-06-18T10:23:06.032124-04:00",
            "created_at": "2023-06-17T14:52:57.450219-04:00",
            "name": "Game Total Under 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f6e8487-53ba-401c-9fb8-6e5aaac546bf/?format=api"
        }
    ]
}