GET /api/bet_types/71d5e0a0-b3db-4dc8-82d2-e8fc13abe56d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "71d5e0a0-b3db-4dc8-82d2-e8fc13abe56d",
    "match": "https://api-prod.gambitprofit.com/api/matches/8da0e152-ff98-44e8-bb94-83d60ced1bba/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-19T09:33:13.256564-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": "Green Bay Packers",
                "amount": 5000.0
            },
            {
                "team": "San Francisco 49ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "337d9d20-890d-4848-bbb6-47c5626a8674",
            "gambit_id": "b2dc7eef-c833-4ebe-9b74-6e1859873ffb",
            "last_updated": "2024-01-22T11:58:18.686180-05:00",
            "created_at": "2024-01-19T09:33:13.260833-05:00",
            "name": "Green Bay Packers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71d5e0a0-b3db-4dc8-82d2-e8fc13abe56d/?format=api"
        },
        {
            "id": "c47f1759-ef65-4b24-93b9-b317a7338566",
            "gambit_id": "92be099d-e37b-4ee9-a153-6e610f2198ff",
            "last_updated": "2024-01-22T11:58:18.689625-05:00",
            "created_at": "2024-01-19T09:33:13.264953-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71d5e0a0-b3db-4dc8-82d2-e8fc13abe56d/?format=api"
        }
    ]
}