GET /api/bet_types/c1215038-15d6-442b-9e6b-5abf7d1dad0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1215038-15d6-442b-9e6b-5abf7d1dad0e",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa2df0fb-4258-4432-a67c-1c6217deba4b/?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": "Milwaukee Bucks",
                "amount": 7469.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 2531.0
            }
        ],
        "expected_reward_tokens": 9186.87,
        "profit_sb": 186.87,
        "profit_sb_percentage": 2.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "c4e0b2eb-d568-4c82-bcbb-cefb2c6db248",
            "gambit_id": "77476c81-65f0-4cb1-8d92-b0cf4b7ebd2d",
            "last_updated": "2022-12-03T10:02:38.141699-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.23000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1215038-15d6-442b-9e6b-5abf7d1dad0e/?format=api"
        },
        {
            "id": "e55bc019-49e5-4048-bac6-6c3c7a25dd69",
            "gambit_id": "89d85a7a-ce95-4821-bfd9-2327dd3373be",
            "last_updated": "2022-12-03T10:02:38.142961-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "3.63000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1215038-15d6-442b-9e6b-5abf7d1dad0e/?format=api"
        }
    ]
}