GET /api/bet_types/1d3b2271-fdb2-4456-83f7-6cd6e2a3baf6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d3b2271-fdb2-4456-83f7-6cd6e2a3baf6",
    "match": "https://api-prod.gambitprofit.com/api/matches/7475f9db-2bf4-4554-8dd9-7cb18a0bc53a/?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": "San Francisco 49ers",
                "amount": 5095.0
            },
            {
                "team": "Green Bay Packers",
                "amount": 4905.0
            }
        ],
        "expected_reward_tokens": 9171.0,
        "profit_sb": 171.0,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "8ea605ae-404e-4e22-8eb4-5c1eb44f714c",
            "gambit_id": "69e45071-4863-4ed9-9fc4-badabe190f68",
            "last_updated": "2022-08-13T11:02:04.781070-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.80000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2271-fdb2-4456-83f7-6cd6e2a3baf6/?format=api"
        },
        {
            "id": "411c1755-d57b-4055-89b5-df7c8284716d",
            "gambit_id": "94ea2f48-8034-4888-8695-be991e66e33d",
            "last_updated": "2022-08-13T11:02:04.780570-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Green Bay Packers",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2271-fdb2-4456-83f7-6cd6e2a3baf6/?format=api"
        }
    ]
}