GET /api/bet_types/928e329e-fc6d-4b97-b09c-709b0ad004db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "928e329e-fc6d-4b97-b09c-709b0ad004db",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b4f56b3-8c0b-434a-9a1d-01e108b8a5a0/?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": "Detroit Lions",
                "amount": 5106.0
            },
            {
                "team": "New England Patriots",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "c81336e1-812f-41ea-8196-a51395b1fe03",
            "gambit_id": "8fac8f4f-0a5a-46a6-b4e9-75ab0e3449c6",
            "last_updated": "2022-10-11T11:56:58.242362-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Lions",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/928e329e-fc6d-4b97-b09c-709b0ad004db/?format=api"
        },
        {
            "id": "836b0619-58ed-44af-9fb6-b00af4cca5d1",
            "gambit_id": "9f04dfce-b195-4ab5-890e-f06dd3b79ee4",
            "last_updated": "2022-10-11T11:56:58.241366-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Patriots",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/928e329e-fc6d-4b97-b09c-709b0ad004db/?format=api"
        }
    ]
}