GET /api/bet_types/0a8e8ffd-9b0b-42a7-8a64-73d7338238ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0a8e8ffd-9b0b-42a7-8a64-73d7338238ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c4c55f6-7a73-48f3-a9bc-c9934e28e232/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Indianapolis Colts",
                "amount": 5110.0
            },
            {
                "team": "Houston Texans",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9044.7,
        "profit_sb": 44.7,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "51bd9451-ec73-48b6-ab11-1221eb302e30",
            "gambit_id": "26dbdfaf-31e7-4ced-bbed-e28a1676e54e",
            "last_updated": "2022-09-12T10:37:07.906816-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indianapolis Colts",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a8e8ffd-9b0b-42a7-8a64-73d7338238ba/?format=api"
        },
        {
            "id": "a80d17e1-f072-4756-9181-a07204f7eec8",
            "gambit_id": "1a1fa406-5cef-44c1-8d98-390869d53728",
            "last_updated": "2022-09-12T10:37:07.905842-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Texans",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a8e8ffd-9b0b-42a7-8a64-73d7338238ba/?format=api"
        }
    ]
}