GET /api/bet_types/9e0cc369-547d-440d-a62c-828103e49451/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e0cc369-547d-440d-a62c-828103e49451",
    "match": "https://api-prod.gambitprofit.com/api/matches/7aa5ef0b-1fcd-4a15-8afd-677d18482141/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-02T10:12:16.414672-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": "Milwaukee Bucks",
                "amount": 6458.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "b0c9d7c0-4dfc-4675-9583-15728f0c7411",
            "gambit_id": "b3fe286a-e605-4757-966f-213c5f7f25c0",
            "last_updated": "2023-04-03T19:51:56.606259-04:00",
            "created_at": "2023-04-02T10:12:16.416939-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e0cc369-547d-440d-a62c-828103e49451/?format=api"
        },
        {
            "id": "2a169631-5e98-4a9d-82df-d05ac17c8e29",
            "gambit_id": "62a1b087-870a-4db9-a217-6f846a94f46a",
            "last_updated": "2023-04-03T19:51:56.608668-04:00",
            "created_at": "2023-04-02T10:12:16.419515-04:00",
            "name": "Philadelphia 76ers",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e0cc369-547d-440d-a62c-828103e49451/?format=api"
        }
    ]
}