GET /api/bet_types/332eba7d-0370-452e-b8f5-74022d5c721a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "332eba7d-0370-452e-b8f5-74022d5c721a",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b26434d-a435-4dd0-b10a-72fb0ceee58d/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-23T09:06:56.821052-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": "Game Total Over 233",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 233",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "7a17572c-efd2-429f-97d3-c24bef4ef144",
            "gambit_id": "af66fd00-9136-49c5-a781-a657d28b2cf3",
            "last_updated": "2022-12-24T19:01:52.154570-05:00",
            "created_at": "2022-12-23T09:06:56.823519-05:00",
            "name": "Game Total Over 233",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "233.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/332eba7d-0370-452e-b8f5-74022d5c721a/?format=api"
        },
        {
            "id": "5519c8fa-80c0-44e2-984e-4eb27d08a2d9",
            "gambit_id": "ca4dd0f6-a08c-4261-b898-8d7197f5f0b8",
            "last_updated": "2022-12-24T19:01:52.153098-05:00",
            "created_at": "2022-12-23T09:06:56.822337-05:00",
            "name": "Game Total Under 233",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "233.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/332eba7d-0370-452e-b8f5-74022d5c721a/?format=api"
        }
    ]
}