GET /api/bet_types/25226531-1f34-4c5c-a8d1-e5f4c09e4a29/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25226531-1f34-4c5c-a8d1-e5f4c09e4a29",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf0120bc-99e6-425b-919a-260f1ef9ebd8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-28T10:08:14.060337-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": "Buffalo Bills",
                "amount": 5773.0
            },
            {
                "team": "Miami Dolphins",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f75c672-1b5b-4509-8f66-6249203afe92",
            "gambit_id": "333cbf63-56a0-4316-9ff0-70f523a5ba13",
            "last_updated": "2023-10-02T21:13:12.566874-04:00",
            "created_at": "2023-09-28T10:08:14.071784-04:00",
            "name": "Buffalo Bills",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25226531-1f34-4c5c-a8d1-e5f4c09e4a29/?format=api"
        },
        {
            "id": "768350d0-4f49-4d21-bd1c-83988d24b6a9",
            "gambit_id": "552505e2-598d-4b61-9909-d2edbc9c94ca",
            "last_updated": "2023-10-02T21:13:12.563532-04:00",
            "created_at": "2023-09-28T10:08:14.064307-04:00",
            "name": "Miami Dolphins",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25226531-1f34-4c5c-a8d1-e5f4c09e4a29/?format=api"
        }
    ]
}