GET /api/bet_types/b879e05f-4567-4b16-b111-0d9f34c81a15/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b879e05f-4567-4b16-b111-0d9f34c81a15",
    "match": "https://api-prod.gambitprofit.com/api/matches/94e73045-c95f-457a-ae83-b6522fe89a1d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-10T15:12:00.876276-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4ed9b058-64f6-4687-a1b1-bec8907fcada",
            "gambit_id": "230991a1-eb65-413c-8bc7-4dd71936cd70",
            "last_updated": "2023-05-11T11:17:08.483818-04:00",
            "created_at": "2023-05-10T15:12:00.877860-04:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b879e05f-4567-4b16-b111-0d9f34c81a15/?format=api"
        },
        {
            "id": "82a611d4-5293-459d-8101-2437927eeef8",
            "gambit_id": "28fe2818-1c48-47ab-8154-67f50e83f52a",
            "last_updated": "2023-05-11T11:17:08.485523-04:00",
            "created_at": "2023-05-10T15:12:00.879315-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b879e05f-4567-4b16-b111-0d9f34c81a15/?format=api"
        }
    ]
}