GET /api/bet_types/7705bf99-26c6-4dbd-8556-7e7a8571d674/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7705bf99-26c6-4dbd-8556-7e7a8571d674",
    "match": "https://api-prod.gambitprofit.com/api/matches/9ba052ce-74d7-449e-b5f3-15cb5dc2de4b/?format=api",
    "name": "Pick the Winner",
    "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": "NYM (C Bassitt)",
                "amount": 6776.0
            },
            {
                "team": "PIT (D Underwood)",
                "amount": 3224.0
            }
        ],
        "expected_reward_tokens": 9283.12,
        "profit_sb": 283.12,
        "profit_sb_percentage": 3.15,
        "recommended": true
    },
    "lines": [
        {
            "id": "ba20e174-2e83-4dd7-ab93-b37c88196ff3",
            "gambit_id": "71b96de7-ae2c-4968-9e61-04af13d6ddbe",
            "last_updated": "2022-09-08T10:47:28.128823-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (C Bassitt)",
            "reward": "1.37000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7705bf99-26c6-4dbd-8556-7e7a8571d674/?format=api"
        },
        {
            "id": "9871375e-97fd-4416-ae20-fe6dc6cec85a",
            "gambit_id": "0619297d-f43e-4908-9bfe-49a572da5b41",
            "last_updated": "2022-09-08T10:47:28.127696-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT (D Underwood)",
            "reward": "2.88000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7705bf99-26c6-4dbd-8556-7e7a8571d674/?format=api"
        }
    ]
}