GET /api/bet_types/baa7a191-f67c-4d16-98b9-ab68c54bf46d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "baa7a191-f67c-4d16-98b9-ab68c54bf46d",
    "match": "https://api-prod.gambitprofit.com/api/matches/45e1c4ec-0ca4-42ae-ab55-05a036429e3b/?format=api",
    "name": "Play the Odds",
    "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": "Jacksonville Jaguars",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Falcons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "acb570f9-edcc-4d12-90aa-c78257054fe3",
            "gambit_id": "ce082ca7-f86f-4974-a36a-8f09f6d56bb1",
            "last_updated": "2022-08-29T11:37:16.444509-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/baa7a191-f67c-4d16-98b9-ab68c54bf46d/?format=api"
        },
        {
            "id": "1594ba3c-c3c6-48e7-9405-166eed3ac82b",
            "gambit_id": "2eb37c10-6a1d-4aa1-9e19-5d104bd99a8a",
            "last_updated": "2022-08-29T11:37:16.444025-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/baa7a191-f67c-4d16-98b9-ab68c54bf46d/?format=api"
        }
    ]
}