GET /api/bet_types/42b63eda-4ed6-4939-84b6-6e3e1fa07e73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42b63eda-4ed6-4939-84b6-6e3e1fa07e73",
    "match": "https://api-prod.gambitprofit.com/api/matches/24f51e79-5924-4aa3-b306-8f1b991d3b65/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-05T09:13:15.790083-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": "Atlanta Braves",
                "amount": 6425.0
            },
            {
                "team": "Philadelphia Phillies",
                "amount": 3575.0
            }
        ],
        "expected_reward_tokens": 9509.0,
        "profit_sb": 9.0,
        "profit_sb_percentage": 0.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "5171e4ef-ad30-43fc-b3d5-91683ce0b574",
            "gambit_id": "55a4ec98-991a-4181-bc86-c0f979225585",
            "last_updated": "2023-10-09T08:58:08.568148-04:00",
            "created_at": "2023-10-05T09:13:15.801623-04:00",
            "name": "Atlanta Braves",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42b63eda-4ed6-4939-84b6-6e3e1fa07e73/?format=api"
        },
        {
            "id": "58275435-e1c0-4ba2-98e0-09289fd214c7",
            "gambit_id": "ebd5fd83-0315-49aa-9525-2d382675d624",
            "last_updated": "2023-10-09T08:58:08.563892-04:00",
            "created_at": "2023-10-05T09:13:15.795913-04:00",
            "name": "Philadelphia Phillies",
            "reward": "2.66000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42b63eda-4ed6-4939-84b6-6e3e1fa07e73/?format=api"
        }
    ]
}