GET /api/bet_types/24653b68-b7dd-474c-ba05-e0ce8691bd56/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24653b68-b7dd-474c-ba05-e0ce8691bd56",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6a6b118-82b7-4f58-9506-c83d84d8d145/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-11T10:06:48.476265-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": "New York Knicks",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "9dac9f25-c0d0-4f47-bac6-a759692ea880",
            "gambit_id": "f94649c1-15c4-411b-94e5-06bc1c7d6aca",
            "last_updated": "2023-01-12T15:37:06.463105-05:00",
            "created_at": "2023-01-11T10:06:48.477384-05:00",
            "name": "New York Knicks",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24653b68-b7dd-474c-ba05-e0ce8691bd56/?format=api"
        },
        {
            "id": "8fa5c209-52b2-4b43-ae24-edb66aab6206",
            "gambit_id": "b7808d16-442f-4a77-8e4d-e403ce803a3d",
            "last_updated": "2023-01-12T15:37:06.464269-05:00",
            "created_at": "2023-01-11T10:06:48.478558-05:00",
            "name": "Indiana Pacers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24653b68-b7dd-474c-ba05-e0ce8691bd56/?format=api"
        }
    ]
}