GET /api/bet_types/77f311b0-e2ef-4b7e-9356-0040373f3ad6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "77f311b0-e2ef-4b7e-9356-0040373f3ad6",
    "match": "https://api-prod.gambitprofit.com/api/matches/e30602ac-b004-4361-a41e-3beddbd6b3b2/?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": "STL",
                "amount": 5676.0
            },
            {
                "team": "MIL",
                "amount": 4324.0
            }
        ],
        "expected_reward_tokens": 9251.88,
        "profit_sb": 251.88,
        "profit_sb_percentage": 2.8,
        "recommended": true
    },
    "lines": [
        {
            "id": "7ab02657-ca8e-4cff-baca-5d14b92259c2",
            "gambit_id": "ef115f11-698a-42bf-85f4-4336829b8ea4",
            "last_updated": "2022-08-14T11:11:53.247313-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.63000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77f311b0-e2ef-4b7e-9356-0040373f3ad6/?format=api"
        },
        {
            "id": "67796f3c-29f0-4c77-aed2-14716fd0bc66",
            "gambit_id": "96ec1ff9-119e-49c5-8f77-5a58a6321b43",
            "last_updated": "2022-08-14T11:11:53.247716-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "2.14000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77f311b0-e2ef-4b7e-9356-0040373f3ad6/?format=api"
        }
    ]
}